home *** CD-ROM | disk | FTP | other *** search
/ Alde ADA 5 #1 / ADA CD-ROM - Alde Publishing.iso / cm / perform.sid < prev    next >
Encoding:
Text File  |  1988-05-03  |  4.0 KB  |  86 lines

  1. --= SID = SIMTEL20 Ada Software Repository Item Description File = SID =--
  2. -- UNIT NAME         : Ada Performance Analyzer
  3. -- VERSION           : 1.0
  4. -- REVIEW CODE       : 
  5. -- DDN ADDRESS       : 
  6. -- AUTHOR            : Jeff England
  7. --                   : Intermetrics Inc.
  8. --                   : 5392 Bolsa Avenue, Huntington Beach, CA 92649
  9. --                   : (714) 891-4631
  10. --                   : Contact: Lt. Colonel Falgiano
  11. --                   : ESD/SCW
  12. --                   : Hanscom AFB, MA  01731
  13. -- COPYRIGHT         : (c) 1985 Intermetrics Inc.
  14. -- DATE CREATED      : 13 Jan 85
  15. -- DATE RELEASED     : 13 Jul 85
  16. -- DATE LAST UPDATED : 13 Jul 85
  17. -- LOCATION          : ASR
  18. -- ENVIRONMENT       : 
  19. --= CLASSIFICATION       ===============================================--
  20. -- CATEGORY LEVEL 1  : METRICS
  21. -- CATEGORY LEVEL 2  : Ada Performance Analyzer
  22. -- CATEGORY LEVEL 3  : 
  23. -- CATEGORY LEVEL 4  : 
  24. -- KEYWORD           : 
  25. -- INDEX             : Timing
  26. -- INDEX             : Analyzer, Ada Performance
  27. -- INDEX             : Ada Performance Analyzer
  28. -- TAXONOMY          : 
  29. -- DEPENDENCIES      : 
  30. -- SEE ALSO          : WIS_TOOL_19_4
  31. --= FILE LISTING         ===============================================--
  32. -- FILE SPECS        : PD:<ADA.METRICS>PERFORM.*
  33. -- FILE SPECS        : PD:<ADA.METRICS>SINS*.*
  34. -- DIRECTORY DISPLAY :
  35. -- Directory   PD:<ADA.METRICS>
  36. --      File Name     Byte Count  Line Count
  37. --   ---------------  ----------  ----------
  38. --   PERFORM.ABS            1737          34
  39. --   PERFORM.CMM            1357          41
  40. --   PERFORM.ME              268           4
  41. --   PERFORM.PRO            3877          82
  42. --   SINST.ABS              2027          44
  43. --   SINST.CMM              1345          41
  44. --   SINST.INS              1806          81
  45. --   SINST.ME                268           4
  46. --   SINST.PRO              3596          77
  47. --   SINSTRTM.SRC         195456        6118
  48. --   SINSTTDOC.DIS           214           6
  49. --   SINSTTOOL.DOC        251056        9403
  50. --   SINSTTOOL.SRC       1194799       32067
  51. --   ===============  ==========  ==========
  52. --    13 Files           1657806       48002
  53. --= ABSTRACT             ===============================================--
  54. --         This tool measures system timing to identify those subprograms
  55. -- which require a high percentage of total execution time.  Two  modules
  56. -- comprise  the  tool.   The  execution  monitor  records information on
  57. -- timing and frequency of execution  of  each  Ada  program  unit.   The
  58. -- report  generator  provides execution time statistics for each program
  59. -- unit including maximum,  minimum  and  average  execution  times,  and
  60. -- percentage of total execution time.
  61. --= REVISION HISTORY     ===============================================--
  62. --
  63. -- DATE         VERSION AUTHOR                  HISTORY 
  64. --07/13/85      1.0     Jeff England            Initial Release 
  65. --= RELEASE NOTICE       ===============================================--
  66. -- This prologue must be included in all copies of this software.
  67. -- 
  68. -- This software is copyright by the author.
  69. -- 
  70. -- This software is released to the Ada community.
  71. -- This software is released to the Public Domain (note:
  72. --   software released to the Public Domain is not subject
  73. --   to copyright protection).
  74. -- Restrictions on use or distribution:  NONE
  75. --= DISCLAIMER           ===============================================--
  76. --     This software and its documentation are provided "AS IS" and
  77. -- without any expressed or implied warranties whatsoever.  No warranties
  78. -- as to performance, merchantability, or fitness for a particular
  79. -- purpose exist.
  80. --     The user is advised to test the software thoroughly before
  81. -- relying on it.  The user must assume the entire risk and liability of
  82. -- using this software.  In no event shall any person or organization of
  83. -- people be held responsible for any direct, indirect, consequential or
  84. -- inconsequential damages or lost profits.
  85. --======================================================================--
  86.